Inverter

EN Defines the screen orientation inversion types of the device. Used to specify how dimension qualifiers should swap their values based on screen rotation.

PT Define os tipos de inversão de orientação de tela do dispositivo. Usado para especificar como os qualificadores de dimensão devem trocar seus valores com base na rotação da tela.

Constructors

Link copied to clipboard
private constructor()

Entries

Link copied to clipboard

EN Maps Portrait Height to Landscape Width. PT Mapeia a Altura em Retrato para a Largura em Paisagem.

Link copied to clipboard

EN Maps Portrait Width to Landscape Height. PT Mapeia a Largura em Retrato para a Altura em Paisagem.

Link copied to clipboard

EN Maps Landscape Height to Portrait Width. PT Mapeia a Altura em Paisagem para a Largura em Retrato.

Link copied to clipboard

EN Maps Landscape Width to Portrait Height. PT Mapeia a Largura em Paisagem para a Altura em Retrato.

Link copied to clipboard

EN Maps Smallest Width to Landscape Height. PT Mapeia a Smallest Width para a Altura em Paisagem.

Link copied to clipboard

EN Maps Smallest Width to Landscape Width. PT Mapeia a Smallest Width para a Largura em Paisagem.

Link copied to clipboard

EN Maps Smallest Width to Portrait Height. PT Mapeia a Smallest Width para a Altura em Retrato.

Link copied to clipboard

EN Maps Smallest Width to Portrait Width. PT Mapeia a Smallest Width para a Largura em Retrato.

Link copied to clipboard

EN Default behavior, no inversion is applied. PT Comportamento padrão, nenhuma inversão é aplicada.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard
fun valueOf(value: String): Inverter

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.